home *** CD-ROM | disk | FTP | other *** search
/ Hyper Erect Magazine / Hyper Erect Magazine - Disc 2.iso / pc / m_bro_m.dxr / 00007.ls < prev    next >
Encoding:
Text File  |  1997-04-11  |  267 b   |  13 lines

  1. on mouseDown
  2.   global gmtype
  3.   set tclick to the clickOn
  4.   puppetSound("CLICK")
  5.   set the visible of sprite (tclick + 3) to 1
  6.   updateStage()
  7.   waittimer(1)
  8.   set the visible of sprite 6 to 0
  9.   set the visible of sprite 7 to 0
  10.   updateStage()
  11.   go(the frame + 1)
  12. end
  13.